home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / sockv2 / rexec.dfm / rexec.txt
Text File  |  1996-04-08  |  2KB  |  117 lines

  1. object RExecFrm: TRExecFrm
  2.   Left = 197
  3.   Top = 139
  4.   Width = 521
  5.   Height = 461
  6.   Caption = 'REXEC'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label3: TLabel
  15.     Left = 40
  16.     Top = 24
  17.     Width = 47
  18.     Height = 16
  19.     Caption = 'Userid:'
  20.   end
  21.   object Label1: TLabel
  22.     Left = 224
  23.     Top = 24
  24.     Width = 74
  25.     Height = 16
  26.     Caption = 'IP Address:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 229
  30.     Top = 64
  31.     Width = 69
  32.     Height = 16
  33.     Caption = 'Command:'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 19
  37.     Top = 64
  38.     Width = 68
  39.     Height = 16
  40.     Caption = 'Password:'
  41.   end
  42.   object efUserid: TEdit
  43.     Left = 96
  44.     Top = 20
  45.     Width = 113
  46.     Height = 25
  47.     TabOrder = 0
  48.   end
  49.   object efIPaddr: TEdit
  50.     Left = 304
  51.     Top = 20
  52.     Width = 177
  53.     Height = 25
  54.     TabOrder = 1
  55.   end
  56.   object efCommand: TEdit
  57.     Left = 304
  58.     Top = 60
  59.     Width = 177
  60.     Height = 25
  61.     TabOrder = 3
  62.   end
  63.   object efPassword: TEdit
  64.     Left = 96
  65.     Top = 60
  66.     Width = 113
  67.     Height = 25
  68.     PasswordChar = '*'
  69.     TabOrder = 2
  70.   end
  71.   object Memo1: TMemo
  72.     Left = 32
  73.     Top = 104
  74.     Width = 449
  75.     Height = 257
  76.     TabStop = False
  77.     Font.Color = clBlack
  78.     Font.Height = -13
  79.     Font.Name = 'Fixedsys'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     ScrollBars = ssBoth
  83.     TabOrder = 4
  84.     WordWrap = False
  85.   end
  86.   object pbRexec: TButton
  87.     Left = 212
  88.     Top = 384
  89.     Width = 89
  90.     Height = 25
  91.     Caption = 'REXEC'
  92.     Default = True
  93.     TabOrder = 5
  94.     OnClick = pbRexecClick
  95.   end
  96.   object Sockets1: TSockets
  97.     Left = 392
  98.     Top = 376
  99.     Width = 32
  100.     Height = 32
  101.     OnDataAvailable = Sockets1DataAvailable
  102.     OnSessionClosed = Sockets1SessionClosed
  103.     OnSessionConnected = Sockets1SessionConnected
  104.   end
  105.   object MainMenu1: TMainMenu
  106.     Left = 56
  107.     Top = 384
  108.     object File1: TMenuItem
  109.       Caption = '&File'
  110.       object Exit1: TMenuItem
  111.         Caption = '&Exit'
  112.         OnClick = Exit1Click
  113.       end
  114.     end
  115.   end
  116. end
  117.